github.com/refraction-networking/utls.clientHandshakeStateTLS13.session (field)
17 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L378: session: session,
handshake_client_tls13.go#L33: session *SessionState
handshake_client_tls13.go#L358: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L364: ticketAge := c.config.time().Sub(time.Unix(int64(hs.session.createdAt), 0))
handshake_client_tls13.go#L365: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L544: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L547: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L558: c.peerCertificates = hs.session.peerCertificates
handshake_client_tls13.go#L559: c.activeCertHandles = hs.session.activeCertHandles
handshake_client_tls13.go#L560: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L561: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L562: c.scts = hs.session.scts
handshake_client_tls13.go#L741: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L745: if hs.session.alpnProtocol != c.clientProtocol {
u_handshake_client.go#L551: hs13.session = session
u_public.go#L95: session: chs.Session,
u_public.go#L130: Session: chs13.session,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |